image: use the default icon size if no icon size is provided
authorCosimo Cecchi <cosimoc@gnome.org>
Thu, 1 Dec 2011 00:46:31 +0000 (19:46 -0500)
committerCosimo Cecchi <cosimoc@gnome.org>
Thu, 1 Dec 2011 00:47:52 +0000 (19:47 -0500)
commit58b1f24d6d8dab4b844cd8cba3d5888f1deb0510
treec2f7df94776ac5c755f8e6b27a90de77153f25fb
parent0c682272708f36600fe7000197781277db8c4d77
image: use the default icon size if no icon size is provided

If no icon size is provided (e.g. when setting icon-name or stock-id
using the GObject property directly), use the default icon size. This
matches the previous GtkImage behavior.
gtk/gtkimage.c